x86: Replace our own specialised versions of memset and memcpy with
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 11 May 2010 13:05:28 +0000 (14:05 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 11 May 2010 13:05:28 +0000 (14:05 +0100)
commitc021c95498d99be3700166bb01737130c32bbfd1
tree9c0a464e33c77a392fde9ec89d511a7318f9c372
parent7fa5e3ae97bec0ea6e454b648d12b92797178799
x86: Replace our own specialised versions of memset and memcpy with
direct use of gcc's built-in versions.

This dramatically simplifies our code while also avoiding compile
warnings with certain intermediate versions of gcc.

This patch is based on an initial version by Jan Beulich.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/string.c
xen/include/asm-x86/string.h